PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / GetDocumentFonts Method
True if the set should include the embedded fonts.
True if the set should include the non-embedded fonts.
In This Topic
    GetDocumentFonts Method
    In This Topic
    Gets the set of fonts included in the document.
    Syntax
    public java.util.HashSet<PDFCosDictionary> GetDocumentFonts( 
       boolean includeEmbeddedFont,
       boolean includeNonEmbeddedFonts
    )

    Parameters

    includeEmbeddedFont
    True if the set should include the embedded fonts.
    includeNonEmbeddedFonts
    True if the set should include the non-embedded fonts.

    Return Value

    A set of com.o2sol.pdf4java.core.cos.PDFCosDictionary objects representing the fonts used by this document.
    See Also